home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 February / maximum-cd-2002-02.iso / Files / ImageWalker / setup.exe / WebTemplates / White and Black.css < prev   
Encoding:
Cascading Style Sheet File  |  2001-06-30  |  1.3 KB  |  98 lines

  1. BODY 
  2. {
  3.     font-family: verdana,arial,helvetica; 
  4.     font-size: 12px; 
  5.     BACKGROUND-COLOR: #000000;
  6.     COLOR: #f0f0f0;
  7. }
  8.  
  9. A:link {color:"#f0f0f0";}
  10. A:visited {color:"#f0f0f0";}
  11. A:hover {color:"#ffffff";}
  12.  
  13.  
  14. TD.Header
  15. {
  16.     BACKGROUND-COLOR: #808080;
  17.     BORDER: #ffffff 1px solid;
  18. }
  19.  
  20. TABLE.Header
  21. {
  22. }
  23.  
  24. .Header
  25. {
  26.     font-family: verdana,arial,helvetica; 
  27.     font-size: 18px;
  28. }
  29.  
  30. TABLE.Footer
  31. {
  32. }
  33.  
  34. TD.Footer
  35. {
  36.     TEXT-ALIGN: center;
  37. }
  38.  
  39. .Footer
  40. {
  41.     font-family: verdana,arial,helvetica; 
  42.     font-size: 10px;
  43.     TEXT-ALIGN: center
  44. }
  45.  
  46. .Navigation
  47. {
  48.     font-family: verdana,arial,helvetica; 
  49.     font-size: 10px;
  50. }
  51.  
  52.  
  53. TD.Annotation
  54. {
  55.     BACKGROUND-COLOR: #000000;
  56.     BORDER: #ffffff 1px solid;
  57.     TEXT-ALIGN: center;
  58. }
  59.  
  60. .Annotation
  61. {
  62.     font-family: verdana,arial,helvetica; 
  63.     font-size: 12px;
  64.     TEXT-ALIGN: center
  65. }
  66.  
  67. TD.Payload
  68. {
  69.     BACKGROUND-COLOR: #000000;
  70.     BORDER: #ffffff 1px solid;
  71.     TEXT-ALIGN: center;
  72.  
  73. }
  74.  
  75. TD.ImagePayload
  76. {
  77.     BACKGROUND-COLOR: #000000;
  78.     TEXT-ALIGN: center;
  79. }
  80.  
  81. TABLE.Payload
  82. {
  83.     BACKGROUND-COLOR: #000000;
  84.     TEXT-ALIGN: center;
  85. }
  86.  
  87. TABLE.PayloadAlt
  88. {
  89.     BACKGROUND-COLOR: #404040;
  90.     TEXT-ALIGN: center;
  91. }
  92.  
  93. .Payload
  94. {
  95.     font-family: verdana,arial,helvetica; 
  96.     font-size: 12px;
  97.     TEXT-ALIGN: center
  98. }